home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Internet ve Net Programlari / WebSite WEB Server Evaluation / WebSite WEB Server evaluation version. 32 bit Windows required.Z / MIME.HT_ / MIME.HT
Encoding:
Text File  |  1995-04-26  |  2.2 KB  |  76 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>MIME</TITLE>
  5. </HEAD>
  6.  
  7. <BODY>
  8. <A NAME="TOP"></A>
  9.  
  10. <H1>MIME</H1>
  11.  
  12. MIME (or Multipurpose Internet Mail Extensions) is a standard for
  13. sending multimedia file types by e-mail. File types are
  14. identified by their MIME type, a value that specifies the type and subtype of the data.
  15. For example, the MIME type used to identify JPEG files is
  16. <I>image/jpeg</I>.
  17.  
  18. <P>MIME type information is included with most files sent over the
  19. Internet. This information is used by Mosaic to determine the type of
  20. file. If a MIME type is not provided, Mosaic uses the file extension to
  21. determine the file type. After determining the file type, Mosaic either
  22. handles the file type internally or sends the file to the appropriate
  23. helper application.
  24.  
  25. <P>If Mosaic cannot handle the file type and an appropriate helper
  26. application is not available, the  Unhandled File Type dialog is
  27. displayed. This dialog allows you to save the file without viewing it;
  28. configure a helper application and view the file; or cancel the file
  29. transfer.
  30.  
  31. <P><B>To determine the MIME type for a given file type:</B>
  32. <P>
  33. <OL>
  34. <LI>Open the list of <A
  35. HREF="ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types">registered
  36. MIME types</A>.
  37. <P><LI>Choose the MIME type that best describes the file type.
  38.  
  39. <P><LI>If none of the registered MIME types describe the file type, you
  40. can define your own MIME type/subtype. For the <I>type</I> part
  41. of the MIME type, use one of the following types:
  42.  
  43. <UL>
  44. <P><LI>text
  45. <LI>multipart
  46. <LI>message 
  47. <LI>application 
  48. <LI>image
  49. <LI>audio 
  50. <LI>video 
  51. </UL>
  52. <P>If none of these types describe the file type, use the 
  53. <I>application</I> type.
  54.  
  55. <P><LI>Use your own description for the <I>subtype</I>. To distinguish
  56. your subtype from registered subtypes, type "x-" before the
  57. subtype. For example: application/x-acad
  58.  
  59. </OL>
  60.  
  61. <P>Additional information:
  62. <P>
  63. <UL>
  64. <LI><A HREF="http://www.cis.ohio-state.edu/hypertext/faq/usenet/mail/mime-faq/top.html">MIME FAQ</A>
  65. <LI><A HREF="http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/rfc1521.txt">Technical
  66. overview of MIME (RFC 1521)</A>
  67. <LI><A HREF="http://ds.internic.net/rfc/rfc1590.txt">MIME type registration
  68. procedure</A> </UL>
  69.  
  70. <HR>
  71. <A HREF = "topics.htm">Help Contents</A> | <A HREF="index.htm#TOP">Index</A>
  72.  
  73. </BODY>
  74.  
  75. </HTML>
  76.